Kernel Modules
Jump to navigation
Jump to search
Kernel
Documentation
Persistent Mode
Previous page: Kernel
Index page: Documentation
Next page: Persistent Mode
Kernel Modules
kernel modules
Introduction
[edit]Compare Loaded Kernel Modules
[edit]To compare the loaded kernel modules or diff the kernel modules is the short form of saying running lsmod-deterministic![]()
(manual page
![]()
) twice and comparing its output.
Kicksecure
[edit]lsmod-deterministic is provided by the helper-scripts![]()
package and installed by default in Kicksecure.
lsmod-deterministic
Debian
[edit]lsmod-deterministic can be easily used on Debian by downloading the script and making it executable. Or by running the following command.
lsmod | tail -n +2 | cut -d ' ' -f 1 | sort
We believe security software like Kicksecure needs to remain Open Source and independent. Would you help sustain and grow the project? Learn more about our 13 year success story and maybe DONATE!